home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000307_news@columbia.edu _Mon Feb 24 14:04:47 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA14826
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Feb 1997 14:04:47 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA28662
  7.     for kermit.misc@watsun; Mon, 24 Feb 1997 14:04:46 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit protocol sources
  12. Date: 24 Feb 1997 19:04:41 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <5esoo9$jj2$1@apakabar.cc.columbia.edu>
  16. References: <01bc2287$06703ec0$6afa88c3@pp_nt>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6646
  19.  
  20. In article <01bc2287$06703ec0$6afa88c3@pp_nt>,
  21. Pawel Piwowar <societegen@telbank.pl> wrote:
  22. : Do anybody know where can I find sources for any Windows program which
  23. : suport kermit protocol?  I need a library with "dll" format.
  24. >From our FAQ:
  25.  
  26.   http://www.columbia.edu/kermit/faq.html
  27.   ftp://kermit.columbia.edu/kermit/faq.txt
  28.  
  29. 30 IS THERE A KERMIT LIBRARY?
  30.  
  31. No, there is not a Kermit library, DLL, or other type of Kermit module designed
  32. purely for embedding in other applications.  We recommend that those who wish
  33. to embed communications functions -- connection establishment, logging in and
  34. other dialogs, file management, data transfer -- do so by invoking an existing
  35. Kermit program -- MS-DOS Kermit for DOS or Windows 3.x, Kermit 95 for Windows
  36. 95 or NT, C-Kermit for UNIX or VMS, etc -- from within their application by a
  37. combination of command-line arguments and command files (Kermit script
  38. programs).  The situation might change in the future, but for now that is the
  39. answer.
  40.  
  41. - Frank